From b0567edaaadc96995eaf9353a4c5879179b42294 Mon Sep 17 00:00:00 2001 From: "cl349@arcadians.cl.cam.ac.uk" Date: Tue, 14 Dec 2004 17:07:36 +0000 Subject: [PATCH] bitkeeper revision 1.1159.204.1 (41bf1dd8Z_SVQLEm3wU35arFIdsQEQ) Bump version numbers. --- xen/Makefile | 4 ++-- xen/include/public/dom0_ops.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/xen/Makefile b/xen/Makefile index d08706d669..c1e60c5043 100644 --- a/xen/Makefile +++ b/xen/Makefile @@ -1,9 +1,9 @@ # This is the correct place to edit the build version. # All other places this is stored (eg. compile.h) should be autogenerated. -export XEN_VERSION = 2 +export XEN_VERSION = 3 export XEN_SUBVERSION = 0 -export XEN_EXTRAVERSION = "" +export XEN_EXTRAVERSION = "-devel" export BASEDIR := $(shell pwd) diff --git a/xen/include/public/dom0_ops.h b/xen/include/public/dom0_ops.h index 9673c88678..e2a3786f95 100644 --- a/xen/include/public/dom0_ops.h +++ b/xen/include/public/dom0_ops.h @@ -19,7 +19,7 @@ * This makes sure that old versions of dom0 tools will stop working in a * well-defined way (rather than crashing the machine, for instance). */ -#define DOM0_INTERFACE_VERSION 0xAAAA001A +#define DOM0_INTERFACE_VERSION 0xAAAA1001 /************************************************************************/ -- 2.30.2